//Verison=2.2
//Example,Don't Delete flowing text!
//Button NIMI // Generator NIMI 
//Button NIMI 100 // Generator NIMI and Delay 100ms, 100 not is nessary
//Button INT0 // Generator INT0 and Delay 200ms
//Button RESETAMBE3000
//Button RESET3252
//Send 1 command, Receive 2 response with one is not verify.
//Command ID: CARRIER_LOST // necessary!
//Summary  // not essential, 
//Send command: 61 00 02 00 19 00 // necessary!
//Pause=300 // not essential, unit: ms; Pause 300ms after Send command
//Timeout=100 // not essential, unit: ms; if not receive '84 A9 61 ...' in 100ms after send command, Timeout error will happen!
//*Receive Data: 61 00 02 51 19 00 // not essential, receive but not verify
//Receive Data: 61 00 02 51 19 20 // not essential, receive and verify 
//.Set x = AA B0  -- Define var x ; Added in ver2.2
// ... 61 00 02 00 19 {x}   --- use the defined var, The {x} will be replaced with AA B0 
//


.Set READY_VAR = 01
Command ID: PROCESS_MODE
Send command: 84 A9 61 00 02 00 1A 01
Receive Data: 84 A9 61 00 02 00 1A 00
Command ID: REPORT_FIELD
Send command: 84 A9 61 00 02 00 1D F0
Receive Data: 84 A9 61 00 02 00 1D 00
Command ID: DPRM_CCH_0
Send command: 84 A9 61 00 0B 03 40 00 00 11 22 33 44 55 66 77 88
Receive Data: 84 A9 61 00 02 03 40 00
Command ID: DPMR_CCH_1
Send command: 84 A9 61 00 0B 03 40 01 11 11 22 33 44 55 66 77 88
Receive Data: 84 A9 61 00 02 03 40 00
Command ID: DPMR_CCH_2
Send command: 84 A9 61 00 0B 03 40 02 22 11 22 33 44 55 66 77 88
Receive Data: 84 A9 61 00 02 03 40 00
Command ID: DPMR_CCH_3
Send command: 84 A9 61 00 0B 03 40 03 33 11 22 33 44 55 66 77 88
Receive Data: 84 A9 61 00 02 03 40 00
Command ID: DPMR_HI
Send command: 84 A9 61 00 10 03 48 01 22 33 44 55 66 70 88 99 AA BB CC DD EE FF
Receive Data: 84 A9 61 00 02 03 48 00
Command ID: DPMR_END
Send command: 84 A9 61 00 0A 03 4A 11 22 33 44 55 66 77 88 99
Receive Data: 84 A9 61 00 02 03 4A 00
Command ID: ALOOP_4FSK_LOOP
Send command: 84 A9 61 00 04 00 18 03 00 00
Receive Data: 84 A9 61 00 02 00 18 00
//Command ID: SEND_END_CLOST
//Send command: 84 A9 61 00 03 00 61 19 00
//Receive Data: 84 A9 61 00 02 00 19 00
//Receive Data: 84 A9 61 00 02 20 17 0A
Command ID: SEND_END_CLOST
Send command: 84 A9 61 00 02 00 19 00
Receive Data: 84 A9 61 00 02 00 19 00
PAUSE 500
Command ID: SEND_HEAD_SF_CREADY
Send command: 84 A9 61 00 04 00 60 5F 19 {READY_VAR}
Receive Data: 84 A9 61 00 02 00 19 00
Receive Data: 84 A9 61 00 02 30 1B 01
PAUSE 100
//Command ID: SEND_HEAD_SF_CREADY
//Send command: 84 A9 61 00 04 00 60 5F 19 {READY_VAR}
//Receive Data: 84 A9 61 00 02 00 19 00
PAUSE 2000
Command ID: READ_DPMR_CCH
Send command: 84 A9 61 00 02 23 40 00
Receive Data: 84 A9 61 00 0B 23 40 00 00 11 22 33 44 55 66 77 88
Command ID: READ_DPMR_CCH
Send command: 84 A9 61 00 02 23 40 01
Receive Data: 84 A9 61 00 0B 23 40 01 11 11 22 33 44 55 66 77 88
Command ID: READ_DPMR_CCH
Send command: 84 A9 61 00 02 23 40 02
Receive Data: 84 A9 61 00 0B 23 40 02 22 11 22 33 44 55 66 77 88
Command ID: READ_DPMR_CCH
Send command: 84 A9 61 00 02 23 40 03
Receive Data: 84 A9 61 00 0B 23 40 03 33 11 22 33 44 55 66 77 88
Command ID: RFAR_DPMR_CCH
Send command: 84 A9 61 00 02 33 40 00
Receive Data: 84 A9 61 00 0B 33 40 00 00 11 22 33 44 55 66 77 88
Command ID: RFAR_DPMR_CCH
Send command: 84 A9 61 00 02 33 40 01
Receive Data: 84 A9 61 00 0B 33 40 01 11 11 22 33 44 55 66 77 88
Command ID: RFAR_DPMR_CCH
Send command: 84 A9 61 00 02 33 40 02
Receive Data: 84 A9 61 00 0B 33 40 02 22 11 22 33 44 55 66 77 88
Command ID: RFAR_DPMR_CCH
Send command: 84 A9 61 00 02 33 40 03
Receive Data: 84 A9 61 00 0B 33 40 03 33 11 22 33 44 55 66 77 88
Command ID: READ_DPMR_HI
Send command: 84 A9 61 00 01 23 48
Receive Data: 84 A9 61 00 10 23 48 01 22 33 44 55 66 70 88 99 AA BB CC DD EE FF
Command ID: RFAR_DPMR_HI
Send command: 84 A9 61 00 01 33 48
Receive Data: 84 A9 61 00 10 33 48 01 22 33 44 55 66 70 88 99 AA BB CC DD EE FF
Command ID: DPMR_SEND_END
Send command: 84 A9 61 00 01 03 61
Receive Data: 84 A9 61 00 02 03 61 00
Receive Data: 84 A9 61 00 02 20 17 0A
Receive Data: 84 A9 61 00 02 30 1B 02
PAUSE 1000
Command ID: READ_DPMR_END
Send command: 84 A9 61 00 01 23 4A
Receive Data: 84 A9 61 00 0A 23 4A 11 22 33 44 55 66 77 88 99
Command ID: RFAR_DPMR_END
Send command: 84 A9 61 00 01 33 4A
Receive Data: 84 A9 61 00 0A 33 4A 11 22 33 44 55 66 77 88 99
Command ID: CARRIER_LOST
Send command: 84 A9 61 00 02 00 19 00
Receive Data: 84 A9 61 00 02 00 19 00
Command ID: PROCESS_MODE
Send command: 84 A9 61 00 02 00 1A 02
Receive Data: 84 A9 61 00 02 00 1A 00
Command ID: REPORT_FIELD
Send command: 84 A9 61 00 02 00 1D 70
Receive Data: 84 A9 61 00 02 00 1D 00
Command ID: AMLOOP_CODEC_CODEC_LOOP
Send command: 84 A9 61 00 04 00 18 03 11 00
Receive Data: 84 A9 61 00 02 00 18 00
